home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / compsci / pspice51.cpt / PSpice v5.1 / PSpice 5.1 / RunningPSpice.Text < prev    next >
Encoding:
Text File  |  1992-02-12  |  3.7 KB  |  90 lines  |  [TEXT/MSWD]

  1. This document contains information about running PSpice on a 
  2. Macintosh II.
  3.  
  4. PSpice, being a circuit analyzer, does not interact with the user. Very 
  5. little about its operation is different than the operation of PSpice on 
  6. any other machine for which we make a PSpice.
  7.  
  8. To run PSpice:
  9. Ñ    double click on the PSpice application;
  10. Ñ    select open from the File Menu;
  11. Ñ    choose an input (circuit net list) file;
  12. Ñ    choose an output file.
  13.     
  14. To abort a simulation without quitting PSpice:
  15. Ñ    type a . (period) while holding down the Apple key.
  16.  
  17. To abort PSpice, either:
  18. Ñ    click on the close box;
  19. Ñ    select Quit from the file menu
  20.  
  21. Note that once a circuit file has been run (without errors), you may 
  22. double click on its icon to re-run it.  This enables you to run long 
  23. analyses overnight.  Read under Extended Capabilities for more 
  24. information on this.
  25.  
  26. If you run PSpice under a shell (the MPW shell, for example), be aware 
  27. that typing:
  28.  
  29.     PSpice eval.cir eval.out
  30.  
  31. will not behave as typing the same line on an IBM PC would. On the 
  32. Macintosh, all files passed to PSpice are treated as input files, 
  33. whereas on the PC, you may specify the output filename along with the 
  34. input filename. On the Macintosh, both eval.cir AND eval.out will be 
  35. treated as input files.
  36.  
  37.  
  38.  
  39. Extended Capabilities
  40.  
  41. PSpice's Macintosh features are limited, due to the nature of the 
  42. application:
  43. Ñ    You may move the window around on the screen
  44. Ñ    You may make the window shrink down to nothing by clicking on the 
  45. Zoom box while holding down the Option key.  (The next click on the Zoom 
  46. box restores the window.)
  47. Ñ    You may make the display appear in color by selecting Color 
  48. Monitor in the Color Menu.
  49. Ñ    You may select About PSpice under the Apple Menu to get the 
  50. version number and your ID number.
  51. Ñ    You may define a list of folders in thich to search for Libraries.  
  52. See under Libraries later on.
  53. Ñ    You may (optionally) have PSpice change the Finder information for 
  54. a file if it completes a simulation without errors such that you may 
  55. Shift-Click on a number of files to re-simulate.  This is useful if you 
  56. want to make a change to a component value after you have simulated 
  57. once.  Select Miscellaneous under the File Menu for more information.
  58.  
  59. Application Memory Size
  60. PSpice is set up to run in a 1024K region.  This will enable you to 
  61. simulate a circuit of about 10 transistors which is the limit for this 
  62. evaluation version (the production version is limited only by the amount 
  63. of memory available.)
  64.  
  65.  
  66. Libraries
  67. We have incorporated an indexing scheme into the library search 
  68. mechanism to speed up access.  For each library XXX.LIB, there is a 
  69. corresponding XXX.IND which has information concerning the members of 
  70. the library, such as the offset from the beginning where each .MODEL and 
  71. .SUBCKT may be found.  The XXX.IND files are automatically rebuilt 
  72. whenever an inconsistency is encountered.
  73.  
  74. You may define a sequence of folders in which to search for libraries 
  75. you circuit may need.  The Libraries under the File Menu enables you to 
  76. define and delete, as well as to view, the list of folders in which 
  77. libraries are searched.  When PSpice encounters a .LIB statement, it 
  78. will first search the folder in which the circuit files is in;  second, 
  79. the list of folders you specified, in the order you specified;  last, 
  80. PSpice will search the PSpice folder.  Select Libraries under the File 
  81. Menu for more information.
  82.  
  83. The Library search path, along with window placement information is 
  84. saved in a file named PSpicePreference in the root folder on your hard 
  85. disk.  The Library information will become invalid if you restore a 
  86. backed-up system from tape.  In this case, you must delete the 
  87. PSpicePreference file or your simulations will fail.
  88.  
  89.  
  90.